projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf1d7e4
)
(font-lock-lines-before): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 10:55:25 +0000
(10:55 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Aug 2005 10:55:25 +0000
(10:55 +0000)
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 6dc5fcabd41f8967457d82c854bda174163b8ea3..48d1c09d138ecdd80e51d4977682e5eb4416fc9b 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-33,6
+33,9
@@
(require 'compile)
+(defvar font-lock-lines-before)
+
+
(defgroup grep nil
"Run compiler as inferior of Emacs, parse error messages."
:group 'tools